Downloading 1 requests, up to 111 time slices each
Fetching request 1 of 1 (2025-07-30 to 2025-07-30) ~ 00:01:34 UTC
Downloading 1 requests, up to 63 time slices each
Fetching request 1 of 1 (2025-07-30 to 2025-07-30) ~ 00:01:41 UTC
Downloading 1 requests, up to 36 time slices each
Fetching request 1 of 1 (2025-07-30 to 2025-07-30) ~ 00:01:48 UTC
Downloading 1 requests, up to 64 time slices each
Fetching request 1 of 1 (2025-07-30 to 2025-07-30) ~ 00:01:56 UTC
Downloading 1 requests, up to 31 time slices each
Fetching request 1 of 1 (2025-07-30 to 2025-07-30) ~ 00:02:01 UTC
Downloading 1 requests, up to 44 time slices each
Fetching request 1 of 1 (2025-07-30 to 2025-07-30) ~ 00:02:10 UTC
Downloading 1 requests, up to 392 time slices each
Fetching request 1 of 1 (2025-07-30 to 2025-07-30) ~ 00:02:17 UTC
Downloading 1 requests, up to 16 time slices each
Fetching request 1 of 1 (2025-07-30 to 2025-07-30) ~ 00:02:24 UTC
Downloading 1 requests, up to 27 time slices each
Fetching request 1 of 1 (2025-07-30 to 2025-07-30) ~ 00:02:30 UTC
Error in open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x557d89e83600>), :
cannot open the connection
Downloading 1 requests, up to 28 time slices each
Fetching request 1 of 1 (2025-07-30 to 2025-07-30) ~ 00:02:39 UTC
Downloading 1 requests, up to 420 time slices each
Fetching request 1 of 1 (2025-07-30 to 2025-07-30) ~ 00:02:46 UTC
Downloading 1 requests, up to 10 time slices each
Fetching request 1 of 1 (2025-07-30 to 2025-07-30) ~ 00:02:53 UTC
Error in open.connection(structure(5L, class = c("curl", "connection"), conn_id = <pointer: 0x557d8d0e6a30>), :
cannot open the connection
Downloading 1 requests, up to 123 time slices each
Fetching request 1 of 1 (2025-07-30 to 2025-07-30) ~ 00:03:02 UTC
Downloading 1 requests, up to 40 time slices each
Fetching request 1 of 1 (2025-07-30 to 2025-07-30) ~ 00:03:08 UTC
Warning: There were 2 warnings in `mutate()`.
The first warning was:
ℹ In argument: `error = pmap_chr(list(i, nms, time_min, time_max), fxn)`.
Caused by warning:
! Failed to open 'https://coastwatch.noaa.gov/erddap/griddap/noaacrwsstDaily.csvp?latitude': The requested URL returned error: 503
ℹ Run `dplyr::last_dplyr_warnings()` to see the 1 remaining warning.
4.1 Successes
Code
res |>mutate(success =is.na(error)) |>group_by(success) |>summarize(n =n()) |>datatable()